From 7070771f4e4e860add4cd50e604b8771ee4c62b6 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Sun, 3 Dec 2006 21:29:21 +0000 Subject: [PATCH] Publish function gbfgetcstr. --- gbfile.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gbfile.h b/gbfile.h index 596e9c2c5..d2ff098cf 100644 --- a/gbfile.h +++ b/gbfile.h @@ -81,6 +81,7 @@ double gbfgetdbl(gbfile *file); // read a double value float gbfgetflt(gbfile *file); // read a float value char *gbfgetstr(gbfile *file); // read until any type of line-breaks or EOF char *gbfgetpstr(gbfile *file); // read a pascal string +char *gbfgetcstr(gbfile *file); // read a null terminated string int gbfputint16(const gbint16 i, gbfile *file); #define gbfputuint16(a,b) gbfputint16((gbuint16)(a),(b)) -- 2.30.2